feature: replace container-interop/container-interop#96
Conversation
aa302d4 to
306df04
Compare
1758c7e to
a4e53e5
Compare
|
I've also added a request to |
weierophinney
left a comment
There was a problem hiding this comment.
There's a CS rule in our standard that is lowercasing class/namespace identifiers it does not recognized. I've pointed out one set, but there's more.
|
@boesing If php-fig/container#38 gets accepted and released, how does that change this PR? I'm assuming we should wait to see what happens there? |
|
@weierophinney exactly. |
|
Update for those following: see container-interop/container-interop#97 for details on the planned approach. In sum:
|
|
We kinda need to move on with this, to enable @weierophinney I see no activity on |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
…can still use interop interfaces Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
a4e53e5 to
b6fb58a
Compare
- PSR does not implement `Throwable` in 1.x versions. - Suppress `AbstractPluginManager#__construct` error as it is not fixable without BC - `LazyServiceFactoryTest` used old `PHPUnit_Framework_MockObject_MockObject` from ancient phpunit version Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
ad80182 to
9f5b839
Compare
weierophinney
left a comment
There was a problem hiding this comment.
Net removal of code, simplification internally, and immediate PSR-11 compatibility.
I am so thrilled by this! 😍
PoC